Skip to content

regexp: allow [\-] in unicode mode #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sanish-bruno
Copy link

@sanish-bruno sanish-bruno commented Jun 20, 2025

Currently when we try to execute any code which has \- and /u combination with the regex, it causes issues within the sandbox. Similar change has been made to update the bellard/quick-js commit

@sanish-bruno
Copy link
Author

sanish-bruno commented Jun 23, 2025

@justjake Hi, I see that quickjs-emscripten is lagging behind quick-js, in the regex file it self there are many changes that are not available on emscripten. will you be working on updating them. what is the usual process updating it? The PR i raised solves our usecase where we wanted to use ajvSchema within quickjs runtime. it will be helpful if you take a look at it?

Is it possible to include the FIX in next release, so that we can plan our release accordingly?

@justjake
Copy link
Owner

justjake commented Jun 26, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants